home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoo Guides: Life in the Desert
/
Zoo Guides - Life in the Desert.iso
/
pc
/
lfnthdsr
/
chapters
/
shared.dir
/
00411_Script_411
< prev
next >
Wrap
Text File
|
1995-05-08
|
944b
|
42 lines
on quality
global drive
if drive = 2 then
if the frame > 40 then
put the castnum of sprite 15 into hh
set the controller of cast hh to 0
set the movierate of sprite 15 to 0
go the frame - 40
updatestage
exit
end if
puppetsprite 18, false
go the frame + 40
put the castnum of sprite 15 into hh
set the controller of cast hh to 1
updatestage
-- set the movierate of sprite 15 to 1
else
if the frame > 20 then
put the castnum of sprite 15 into hh
set the controller of cast hh to 0
set the movierate of sprite 15 to 0
go the frame - 22
updatestage
exit
end if
puppetsprite 18, false
go the frame + 22
put the castnum of sprite 15 into hh
set the controller of cast hh to 1
updatestage
-- set the movierate of sprite 15 to 1
end if
end